home *** CD-ROM | disk | FTP | other *** search
- ; *******************************************************************
- ; Shogo Launcher Script
- ; *******************************************************************
- ;
- ; © 2001 Hyperion Entertainment V.O.F
- ; All rights reserved
- ;
-
- stack 1000000
-
- ShogoLauncher >NIL:
- if exists ShogoPreStart
- execute ShogoPreStart
- endif
-
- if exists T:ShogoCmdLine
- execute T:ShogoCmdLine
- delete t:ShogoCmdLine
- endif
-
- if exists ShogoPostRun
- execute ShogoPostRun
- endif
-
-